docs(posture-control): document resource_kind valid values#704
Merged
tembleking merged 2 commits intomasterfrom Feb 12, 2026
Merged
docs(posture-control): document resource_kind valid values#704tembleking merged 2 commits intomasterfrom
tembleking merged 2 commits intomasterfrom
Conversation
…port example Closes #684
Contributor
There was a problem hiding this comment.
Pull request overview
Improves the sysdig_secure_posture_control documentation by clarifying valid resource_kind values across platforms and showing how to discover all supported kinds via the CSPM API, plus fixes an invalid Terraform import example.
Changes:
- Expanded
resource_kinddocs with per-platform examples and pointers to discovery via CSPM API. - Added references to Sysdig API/Docs for further details.
- Fixed the Terraform import command example.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Jujuyeh
previously approved these changes
Feb 12, 2026
davidag
previously approved these changes
Feb 12, 2026
alecron
previously approved these changes
Feb 12, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
f645498
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Jujuyeh
approved these changes
Feb 12, 2026
davidag
approved these changes
Feb 12, 2026
airadier
approved these changes
Feb 12, 2026
fcracker79
pushed a commit
that referenced
this pull request
Mar 5, 2026
## Summary The `resource_kind` field in `sysdig_secure_posture_control` only showed a single example (`AWS_S3_BUCKET`) with no guidance on valid values for other platforms. This left users — especially on IBM Cloud, GCP, or Azure — guessing what to pass. This adds per-platform examples, the CSPM API endpoint to discover all valid kinds, and links to relevant Sysdig docs. Also fixes a stray `c` in the import example that made it invalid. Closes #684 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
resource_kindfield insysdig_secure_posture_controlonly showed a single example (AWS_S3_BUCKET) with no guidance on valid values for other platforms. This left users — especially on IBM Cloud, GCP, or Azure — guessing what to pass.This adds per-platform examples, the CSPM API endpoint to discover all valid kinds, and links to relevant Sysdig docs. Also fixes a stray
cin the import example that made it invalid.Closes #684